Update gtk_drag_highlight() docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 3 Dec 2015 13:37:58 +0000 (08:37 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 3 Dec 2015 13:37:58 +0000 (08:37 -0500)
What they said was no longer true.

gtk/gtkdnd.c

index 52023afdf5073d7df7c0b4733d72d6a77650333f..f0c8c0b6345b36c98495232777c072c9d75679e9 100644 (file)
@@ -987,10 +987,9 @@ gtk_drag_finish (GdkDragContext *context,
  * gtk_drag_highlight: (method)
  * @widget: a widget to highlight
  *
- * Draws a highlight around a widget. This will attach
- * handlers to #GtkWidget::draw, so the highlight
- * will continue to be displayed until gtk_drag_unhighlight()
- * is called.
+ * Highlights a widget as a currently hovered drop target.
+ * To end the highlight, call gtk_drag_unhighlight().
+ * GTK+ calls this automatically if %GTK_DEST_DEFAULT_HIGHLIGHT is set.
  */
 void
 gtk_drag_highlight (GtkWidget  *widget)